home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Max Special: Top Model
/
Max Special Top Model.iso
/
content
/
barra.swf
/
scripts
/
frame_1
/
PlaceObject2_4_2
/
CLIPACTIONRECORD onClipEvent(mouseMove).as
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-05-22
|
184 b
|
8 lines
onClipEvent(mouseMove){
if(this.hitTest(_root._xMouse,_root._yMouse))
{
pieceNr = math.ceil(_xmouse / (_width / _root.pieces));
_root.floatTo(pieceNr);
}
}